Skip to content

Revert "Merge pull request #504 from abogdanov37/feature_fix-statesto…#519

Merged
artursouza merged 3 commits into
dapr:masterfrom
artursouza:undo_actor_state_change
Mar 24, 2021
Merged

Revert "Merge pull request #504 from abogdanov37/feature_fix-statesto…#519
artursouza merged 3 commits into
dapr:masterfrom
artursouza:undo_actor_state_change

Conversation

@artursouza

Copy link
Copy Markdown
Contributor

Description

Undo actor state change

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #503

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

…re-serialization"

This reverts commit 1eff655, reversing
changes made to a5051e0.
@codecov

codecov Bot commented Mar 23, 2021

Copy link
Copy Markdown

Codecov Report

Merging #519 (0b49758) into master (589a352) will not change coverage.
The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #519   +/-   ##
=========================================
  Coverage     80.59%   80.59%           
- Complexity      975      976    +1     
=========================================
  Files            88       88           
  Lines          3015     3015           
  Branches        330      331    +1     
=========================================
  Hits           2430     2430           
  Misses          420      420           
  Partials        165      165           
Impacted Files Coverage Δ Complexity Δ
...io/dapr/actors/runtime/DaprStateAsyncProvider.java 60.86% <33.33%> (ø) 14.00 <0.00> (+1.00)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 589a352...0b49758. Read the comment docs.

@artursouza artursouza merged commit c9ab3a6 into dapr:master Mar 24, 2021
fackee pushed a commit to fackee/java-sdk that referenced this pull request Mar 28, 2022
…estore-serialization" (dapr#519)

This reverts commit 1eff655, reversing
changes made to a5051e0.

Signed-off-by: zjx244729 <zjx244729@alibaba-inc.com>
fackee pushed a commit to fackee/java-sdk that referenced this pull request Mar 28, 2022
…estore-serialization" (dapr#519)

This reverts commit 1eff655, reversing
changes made to a5051e0.

Signed-off-by: zjx244729 <zjx244729@alibaba-inc.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[RECALLED] Wrong value in state store when use custom json serializer

2 participants